home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / enigma / earcd / emula / 6502emu.lha / 6502 / 6502k.asm < prev    next >
Assembly Source File  |  1995-01-24  |  133b  |  15 lines

  1.     processor 6502
  2.     org 0
  3.     ldx #$00
  4.     ldy #$00
  5. l1    tya
  6. l2    sta $0400,x
  7.     sta $0500,x
  8.     sta $0600,x
  9.     sta $0700,x
  10.     inx    
  11.     bne l2
  12.     iny
  13.     bne l1
  14.     
  15.